* string. This function is expected to be called in response to the
* GtkIMContext::retrieve_surrounding signal, and will likely have no
* effect if called at other times.
+ *
+ * Since: 4.2
*/
void
gtk_im_context_set_surrounding_with_selection (GtkIMContext *context,
*
* Returns: `TRUE` if surrounding text was provided; in this case
* you must free the result stored in `text`.
+ *
+ * Since: 4.2
*/
gboolean
gtk_im_context_get_surrounding_with_selection (GtkIMContext *context,
gboolean gtk_im_context_get_surrounding (GtkIMContext *context,
char **text,
int *cursor_index);
-GDK_AVAILABLE_IN_ALL
+GDK_AVAILABLE_IN_4_2
void gtk_im_context_set_surrounding_with_selection
(GtkIMContext *context,
const char *text,
int len,
int cursor_index,
int anchor_index);
-GDK_AVAILABLE_IN_ALL
+GDK_AVAILABLE_IN_4_2
gboolean gtk_im_context_get_surrounding_with_selection
(GtkIMContext *context,
char **text,